@charset "utf-8";
html {
    font-size: 0.625em;
}

body {
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    outline: none;
    text-decoration: none;
    color: #000;
}

input,
img {
    outline: none;
}

.Wbox,
.header-box {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: url(../images/logo-title.png) no-repeat;
    background-size: 100% 100%;
    height: 229px;
}

.header-title {
    color: #fff;
    height: 34px;
    width: 100%;
}

.header-title div {
    height: 100%;
    float: right;
    margin: 12px;
}

.header-title div ul li {
    float: left;
    width: 86px;
}

.header-title div ul li a {
    color: #fff;
}

.header-logo {
    margin-top: 24px;
}

.header-logo img {
    display: block;
}

.header-logo span {
    font-size: 48px;
    color: #fff;
    font-family: "方正宋体";
    font-weight: bolder;
}

.header-logo .namee {
    font-size: 30px;
}

.header-logo-title {
    padding: 7px 27px;
}

.header-nav {
    background: url(../images/nav.png);
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.nav {
    margin: 0 auto;
    width: 1200px;
}

.nav ul li {
    float: left;
    width: 150px;
    line-height: 40px;
    text-align: center;
}

.nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.nav .on {
    background: #112f77;
    height: 40px;
}

.nav ul li:hover {
    background: #112f77;
    height: 40px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.toutiao-title {
    text-align: center;
    margin-top: 29px;
}

.toutiao-title span a {
    font-size: 28px;
    color: #23418a;
    padding-left: 30px;
    font-weight: bold;
}

.toutiao-title img {
    vertical-align: bottom;
}

.toutiao-list-left {
    width: 1155px;
    background: #efeeee;
    height: 62px;
}

.toutiao-list {
    margin-top: 26px;
    clear: both;
    height: 62px;
}

.toutiao-list-left ul li {
    float: left;
    width: 376px;
    padding: 9px 25px 9px 25px;
    position: relative;
    /* height: 60px; */
    /* line-height: 44px; */
}

.toutiao-list-left ul li a {
    font-size: 16px;
    color: #666666;
}

.toutiao-list-left ul li:hover a {
    color: #23418a;
}

.toutiao-list-left ul li::before {
    background: url(../images/disc.png) no-repeat;
    content: " ";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 29px;
    width: 14px;
    padding-top: -3px;
    height: 14px;
    line-height: 14px;
}

.toutiao-list-right {
    width: 20px;
    height: 60px;
    padding-left: 20px;
}

.slideBox {
    width: 1200px;
    height: 600px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 16px;
    border-radius: 14px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #3b67e6;
    color: #fff;
}

.slideBox .bd {
    position: relative;
  
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1200px;
    height: 600px;
    display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.carousel {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.news-left {
    width: 765px;
    margin-right: 20px;
}

.news-service div {
    width: 152px;
    padding: 33px 2px 41px 2px;
    height: 180px;
    float: left;
    position: relative;
    background: #f5f5f5;
    margin-right: 1px;
    margin-bottom: 1px;
}

.news-service div a {
    font-size: 14px;
}

.news-service div img {
    /* position: absolute; */
    /* top: 29%; */
    /* float: left; */
    display: block;
    height: 67px;
    margin: 0 auto;
}

.news-service div a span {
     display: block;
     /* width: 50%; */
     /* height: 180px; */
     color: #333333;
     /* line-height: 24px; */
     /* position: absolute; */
     /* float: right; */
     text-align: center;
     /* left: 94px; */
     margin: 0 auto;
     /* top: 50px; */
     font-size: 14px;
     padding: 11px 4px;
}

.news-list {
    margin-top: 20px;
}

.news-list1 {
    margin-top: 10px;
    padding: 5px 17px;
    height: 222px;
}

.news-list1 ul li {
    height: 40px;
    line-height: 40px;
}

.news-list1 ul li a {
    font-size: 16px;
    color: #333333;
}

.news-list1 ul li:hover a {
    color: #23418a;
}

.news-list1 ul li::before {
    background: url(../images/yuandian.png) no-repeat;
    content: " ";
    display: inline-block;
    width: 14px;
    padding-top: -3px;
    height: 14px;
    vertical-align: middle;
    line-height: 14px;
}

.zsbd,
.xfkj {
    border: 1px solid #cccc;
    border-top-left-radius: 13px;
    border-radius-left-top: 15px;
    /* height: 222px; */
    border-top-right-radius: 13px;
}

.news-right {
    width: 400px;
}

.notice-title {
    border-bottom: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
}

.notice-title .fl {
    font-size: 18px;
    color: #23418a;
    border-bottom: 2px solid;
    font-weight: bold;
}

.notice-title .en {
    font-size: 14px;
    color: #808080;
    padding: 2px;
}

.notice-title .fr {
    color: #999999;
    font-size: 16px;
}

.notice-list .time {
    background: url(../images/time.png);
    width: 87px;
    height: 89px;
}

.notice-list {
    margin-top: 20px;
}

.notice-list ul li {
    width: 380px;
    height: 90px;
    /*margin-bottom: 18px;*/
    margin-bottom: 26px;
}

.notice-list .notice-news {
    width: 290px;
}

.notice-list ul li a :hover {
    color: #23418a;
}

.picScroll-left .bd ul li .pic a:hover .pic-title {
    color: #23418a;
}

.notice-list .time {
    text-align: center;
}

.notice-list .date {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
}

.notice-list .year {
    font-size: 16px;
    color: #ffff;
}

.notice-news {
    font-size: 16px;
    padding: 22px;
}

.column-list ul li a {
    display: inline-block;
    width: 400px;
    height: 146px;
    overflow: hidden;
}

.column-list ul li a img {
    width: 400px;
    height: 146px;
}

.column-list {
    margin-top: 21px;
    height: 48px;
    line-height: 48px;
}

.adv {
    width: 100%;
    margin-top: 30px;
}

.adv-title {
    border-bottom: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
}

.picScroll-left {
    width: 100%;
    /* padding: 10px; */
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    /* border: 1px solid #DCDCDC; */
}

.picScroll-left .prev {
    width: 30px;
    height: 147px;
    margin-right: -5px;
    background: url(../images/left.png) center center no-repeat;
    cursor: pointer;
}

.picScroll-left .next {
    width: 30px;
    height: 147px;
    background: url(../images/right.png) center center no-repeat;
    cursor: pointer;
}

.picScroll-left .bd ul {
    overflow: hidden;
}

.picScroll-left .bd ul li {
    float: left;
    width: 275px;
    height: 200px;
    text-align: center;
    margin-right: 10px;
}

.picScroll-left .bd ul li a {
    display: block;
    width: 275px;
    height: 150px;
    font-size: 16px;
    color: #226EBC;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    display: -webkit-flex; */
}

.picScroll-left .bd ul li a img {
    width: 275px;
    height: 150px;
}

.pic-title {
    width: 271px;
    position: absolute;
    display: block;
    bottom: 25px;
    font-size: 15px;
    color: #333333;
}

.mhjy,
.zsbd1 {
    width: 378px;
    margin-right: 28px;
}

.btn-gaojiss {
    background: url(../images/search.png) no-repeat;
    width: 88px;
    height: 50px;
    border: none;
}

.ztzl {
    width: 388px;
    /* margin-top: 5px; */
}

.mhjy .news-list1,
.zsbd1 .news-list1 {
    padding: 5px 0px;
}

.ztzl .inp {
    width: 300px;
    height: 50px;
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 11px;
}

.ztzl-list .lwlb,
.sgs {
    width: 190px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    height: 191px;
}

.ztzl-search {
    margin-bottom: 19px;
}

.lwlb a img {
    width: 189px;
    height: 120px;
}

.lwlb a .p1 {
    font-size: 16px;
    width: 195px;
    margin: 0 auto;
    height: 32px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding: 2px 14px 3px 14px;
}

.lwlb a .p2 {
    font-size: 12px;
    width: 195px;
    margin: 0 auto;
    color: #AAAAAA;
    padding: 2px 14px 3px 14px;
}

.lwlb img,
.sgs img {
    width: 189px;
}

.re-nav {
    width: 200px;
    font-size: 16px;
    padding: 1px 15px 1px 15px;
}

.first {
    margin-left: 30px;
}

.recommend-news {
    margin-top: 15px;
}

.re-fl{
    width: 584px;
    height: 390px;
}
.re-fr{
  width: 616px;
    height: 390px;
}

.re-fr a {
    width: 291px;
    float: left;
    padding: 1px 4px;
}

.re_img {
    width: 564px;
    height: 339px;
    overflow: hidden;
}

.rd_img {
    width: 283px;
    height: 155px;
    overflow: hidden;
}

.re_img img,
.rd_img img {
    width: 100%;
    height: 100%;
}

.recommend-news h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.footer {
    width: 100%;
    background: #3460ab;
    height: 190px;
  margin-top: 30px;
  position: relative;
}

.footer p {
    line-height: 83px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.toutiao-list-left img {
    float: left;
    margin-top: 20px;
    display: inline-block;
    margin-right: 10px;
}
.recommend-news h3:hover {
    color: #23418a;
    font-size: 16px;
    font-weight: normal;
}
.recommend{/* margin-top: 27px; */}
   
.list2 ul li {
   height: 42px;
    line-height: 42px;
}
.news2{
margin-top:20px;
}
.ce-div{
  width: 60px;
  height: 279px;
  background-color: #869EAB;
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 45%;
  }
.ce-div ul li{
  width: 100%;
  height: 70px;
  position: relative;
}
.ce-div ul li.wechatyi:hover .fcwx{
	display: block;
}
.fenxiang {
	display: none;
}
.ce-div ul li.fxshare:hover .fenxiang{
	display: block;
}
.fcwx {
    position: absolute;
    top: -12px;
    display: none;
    width: 100px;
    left: -120px;
}
.ce-div ul li:hover{
  background-color: #1753CF;
}
.ce-div ul a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ce-div ul a img{
  display: block;
  margin:  auto;
  /* text-align: center; */
  padding-top: 5px;
}